FindByName Method (ReportObjectNamedList<TItem>)
Gets the item by its name, returns null if not found.
'Declaration
Public Function FindByName( _
ByVal As String _
) As
public FindByName(
string
)
Parameters
- name
- The name of the item.
Return Value
Returns the item with specified name, null otherwise.